home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / OzTeX3.0update Folder / amslatex / upref.sty < prev   
Text File  |  1997-04-01  |  3KB  |  65 lines

  1. %%
  2. %% This is file `upref.sty',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% upref.dtx 
  8. %% 
  9. %%% ====================================================================
  10. %%%  @LaTeX-file{
  11. %%%     filename        = "upref.dtx",
  12. %%%     version         = "1.2b",
  13. %%%     date            = "1996/10/28",
  14. %%%     time            = "12:40:24 EST",
  15. %%%     checksum        = "25159 100 432 3843",
  16. %%%     author          = "American Mathematical Society",
  17. %%%     copyright       = "Copyright (C) 1996 American Mathematical Society,
  18. %%%                        all rights reserved.  Copying of this file is
  19. %%%                        authorized only if either:
  20. %%%                        (1) you make absolutely no changes to your copy,
  21. %%%                        including name; OR
  22. %%%                        (2) if you do make changes, you first rename it
  23. %%%                        to some other name.",
  24. %%%     address         = "American Mathematical Society,
  25. %%%                        Technical Support,
  26. %%%                        Electronic Products and Services,
  27. %%%                        P. O. Box 6248,
  28. %%%                        Providence, RI 02940,
  29. %%%                        USA",
  30. %%%     telephone       = "401-455-4080 or (in the USA and Canada)
  31. %%%                        800-321-4AMS (321-4267)",
  32. %%%     FAX             = "401-331-3842",
  33. %%%     email           = "tech-support@ams.org (Internet)",
  34. %%%     codetable       = "ISO/ASCII",
  35. %%%     keywords        = "latex, amslatex, ams-latex, cross references",
  36. %%%     supported       = "yes",
  37. %%%     abstract        = "This is part of the AMS-\LaTeX{} distribution.
  38. %%%                        It is a package that provides printing of
  39. %%%                        \cn{\ref}s in an upright font even if the
  40. %%%                        current context is italic or slanted.",
  41. %%%     docstring       = "The checksum field above contains a CRC-16
  42. %%%                        checksum as the first value, followed by the
  43. %%%                        equivalent of the standard UNIX wc (word
  44. %%%                        count) utility output of lines, words, and
  45. %%%                        characters.  This is produced by Robert
  46. %%%                        Solovay's checksum utility.",
  47. %%%  }
  48. %%% ====================================================================
  49. \NeedsTeXFormat{LaTeX2e}% LaTeX 2.09 can't be used (nor non-LaTeX)
  50. [1994/12/01]% LaTeX date must December 1994 or later
  51. \ProvidesPackage{upref}[1996/10/28 v1.2b]
  52. \def\@setref#1#2#3{\ifx#1\relax
  53.     \protect\@noref{#3}%
  54.   \else
  55.     \protect\textup{\expandafter#2#1\hbox{}}%
  56.   \fi}
  57. \newcommand{\@noref}[1]{%
  58.   \G@refundefinedtrue
  59.   \nfss@text{\reset@font\bfseries ??}%
  60.   \@latex@warning{Reference `#1' on page \thepage\space undefined}%
  61. }
  62. \endinput
  63. %%
  64. %% End of file `upref.sty'.
  65.